home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / Pocket Forth 0.6.3 / Extensions / Starting / Brodie Glossary next >
Encoding:
Text File  |  1993-06-11  |  4.9 KB  |  19 lines  |  [TEXT/ttxt]

  1. A glossary of the words defined in the file 'Brodie'.
  2.  
  3. .(  ( -- ) say: "dot paren"  <Brodie extension>  Display the text that follows, delimited by ). Do not use in a definition.
  4.  
  5. .R  ( n width -- ) say: "dot are"  <Brodie extension>  Display a number right justified in a field width wide.
  6.  
  7. .S  ( n[m] .. n[1] -- n[m] .. n[1] ) say: "dot ess"  <Brodie extension>  Display the contents of the stack.
  8.  
  9. 2- ( n -- n-2 ) say: "two minus"  <Brodie extension>  Subtract two from a number on the stack.
  10.  
  11. <> ( n1 n2 -- fngth numbers, return a double number.  A synonym for U*.
  12.  
  13. UM/MOD ( d n -- urem uquot ) say: "you em slash mod"  <Brodie extension>  Divide a double number by a single number returning the unsigned remainder and quotient.
  14.  
  15. WORD ( c -- addr )  <Brodie extension>  Redefined to return the address of here.
  16.  
  17. ['] ( -- addr ) say: "bracket tick"  <Brodie extension>  Get the address of the next word in a colon definition.
  18.  
  19.